body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
a {
  text-decoration: none;
  -webkit-transition: color 0.1s linear, background-color 0.15s linear;
  -moz-transition: color 0.1s linear, background-color 0.15s linear;
  -o-transition: color 0.1s linear, background-color 0.15s linear;
  transition: color 0.1s linear, background-color 0.15s linear;
}
body {
  color: #191919;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  min-width: 1200px;
  margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
label {
  font-weight: normal;
}
address,
caption,
cite,
code,
dfn,
em,
i,
u,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
i {
  font-style: normal;
}
a {
  color: #191919;
  text-decoration: none;
}
/*a:hover {
  text-decoration: none;
  color: #0a8be5;
}*/
img {
  border: none;
  max-width: 100%;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  outline-style: none;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
ol > li > ol,
ol > li > ul,
ul > li > ol,
ul > li > ul {
  margin: 0;
}
/* css common */
.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.left {
  float: left;
}
.right {
  float: right;
}
input,
textarea,
select,
button {
  font-family: "Microsoft YaHei";
  color: #191919;
}
input[placeholder],
[placeholder],
*[placeholder] {
  color: #686868;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}
input::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}
/*头部*/
.header {
  background: url(../images/top_bg.png);
}
.header .top {
  height: 40px;
  line-height: 39px;
  border-bottom: 1px solid #e5e4e4;
}
.header .top ._top {
  width: 1200px;
  margin: auto;
}
.header .top ._top .top_time {
  float: left;
  font-size: 13px;
}
.header .top ._top .top_time span {
  color: #1570ec;
}
.header .top ._top .top_time i {
  color: #646464;
  margin-left: 8px;
}
.header .top ._top .top_sc {
  float: right;
  color: #646464;
  font-size: 13px;
}
.header ._header {
  width: 1200px;
  margin: auto;
}
.header ._header .logo {
  padding: 5px 0;
  float: left;
}
.header ._header .tel {
  float: right;
}
.header ._header .tel .ewm {
  float: left;
  margin-top: 10px;
  margin-bottom: 5px;
}
.header ._header .tel .ewm img {
  float: left;
  width: 95px;
  height: 95px;
}
.header ._header .tel .ewm b {
  float: left;
  width: 60px;
  padding: 16px 5px 0 5px;
  line-height: 2;
  font-size: 15px;
  color: #1570ec;
  font-weight: normal;
}
.header ._header .tel ._tel {
  float: left;
  margin-left: 25px;
  padding-left: 55px;
  background: url(../images/tel.png) no-repeat left;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 23px;
  line-height: 1.5;
}
.header ._header .tel ._tel span {
  display: block;
  font-size: 16px;
  color: #636363;
  font-weight: bold;
}
.header ._header .tel ._tel i {
  color: #1570ec;
  font-size: 18px;
}
/*导航*/
._nav {
  background: url(../images/nav_bg.png) repeat-x center;
  height: 53px;
  text-align: center;
}
._nav .nav {
  display: inline-block;
}
._nav .nav > li {
  float: left;
  position: relative;
}
._nav .nav > li > a {
  padding: 0 43px;
  line-height: 53px;
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  background: url(../images/xx.png) no-repeat left;
}
._nav .nav > li .sub {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  display: none;
  z-index: 999999;
  background: #86aef6;
  padding: 5px 0 ;
  text-align: center;
  font-size: 14px;
}
._nav .nav > li .sub li {
  background: #86aef6;
  line-height: 35px;
}
._nav .nav > li .sub li > a {
  display: block;
  color: white;
}
._nav .nav > li .sub li.on {
  background: #5892fa;
}
._nav .nav > li .sub li:hover {
  background: #5892fa;
}
._nav .nav > li.on {
  background: #4691f6;
}
/*banner*/
.banner a {
  display: block;
  height: 360px;
}
.banner a .dhy {
  width: 100%;
  margin: auto;
  height: 360px;
  position: relative;
}
.banner a .dhy img{
  position: absolute;
}
.banner a .dhy .ig1 {
    left: -250px;
    top: 90px;
}
.banner a .dhy .ig2 {
  	left:-190px;
    top: 90px;
  width: 190px;
}




.section {
  width: 1200px;
  margin: 20px auto 40px;
}
.section .left {
  width: 260px;
  float: left;
}
.section .left .left_a {
  margin-bottom: 24px;
}
.section .left .left_a .left_tit {
  height: 41px;
  line-height: 41px;
  font-size: 26px;
  color: #ffffff;
  background: url(../images/left_bg.png) no-repeat center;
  background-size: 100% 100% ;
  padding: 0 20px;
}
.section .left .left_a .left_s1 {
  padding-top: 5px;
  background: #eaf3fd;
}
.section .left .left_a .left_s1 li {
  padding: 0 25px;
  position: relative;
}
.section .left .left_a .left_s1 li > a {
  display: block;
  height: 43px;
  line-height: 42px;
  border-top: 1px dashed #a9afb7;
  color: #404040;
}
.section .left .left_a .left_s1 li > a span {
  float: left;
  font-size: 20px;
}
.section .left .left_a .left_s1 li > a i {
  width: 11px;
  text-align: center;
  float: right;
  color: #81868c;
  font-size: 14px;
}
.section .left .left_a .left_s1 li .tru {
  display: none;
  position: absolute;
  bottom: 0;
  left: 100%;
  background: #eeeeee;
  width: 185px;
  padding: 15px 0;
}
.section .left .left_a .left_s1 li .tru a {
  display: block;
  color: #3a3a3a;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
}
.section .left .left_a .left_s1 li .tru a:hover {
  background:#1e84e1;
  color: white;
}
.section .left .left_a .left_s1 li .tru a.on {
  background:#1e84e1;
  color: white;
}
.section .left .left_a .left_s1 li:hover {
  background: #1e84e1;
}
.section .left .left_a .left_s1 li:hover > a {
  color: white;
}
.section .left .left_a .left_s1 li:hover > a i {
  color: white;
}
.section .left .left_a .left_s1 li.on {
  background: #1e84e1;
}
.section .left .left_a .left_s1 li.on > a {
  color: white;
}
.section .left .left_a .left_s1 li.on > a i {
  color: white;
}
.section .left .left_a .left_s2 {
  padding: 5px 0;
  border: 1px solid #dbebfd;
}
.section .left .left_a .left_s2 li {
  padding: 0 25px;
  position: relative;
}
.section .left .left_a .left_s2 li > a {
  display: block;
  height: 43px;
  line-height: 42px;
  border-top: 1px dashed #a9afb7;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section .left .left_a .left_s2 li > a:hover {
  color: #1e83e1;
}
.section .left .left_a .left_s3 {
  padding: 5px 0;
  border: 1px solid #dbebfd;
}
.section .left .left_a .left_s3 li {
  padding: 0 25px;
  position: relative;
}
.section .left .left_a .left_s3 li > a {
  display: block;
  height: 43px;
  line-height: 42px;
  border-top: 1px dashed #a9afb7;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section .left .left_a .left_s3 li > a:hover {
  color: #1e83e1;
}
.section .right {
  width: 920px;
  float: right;
}
.section .right .tit {
  height: 42px;
  line-height: 42px;
  background: url(../images/tit_bg.png) no-repeat;
  background-size: 100% 100% ;
}
.section .right .tit span {
  font-size: 16px;
  color: white;
  float: left;
  width: 159px;
  padding-left: 30px;
  background: url(../images/tit_y.png) no-repeat center;
}
.section .right .tit a {
  float: right;
  margin-right: 15px;
}
.section .right .about {
  border: 1px solid #dbebfd;
  margin-bottom: 17px;
}
.section .right .about .about_a {
  padding: 17px;
}
.section .right .about .about_a img {
  float: left;
  width: 145px;
  margin-right: 15px;
}
.section .right .about .about_a div {
  line-height: 2.2;
  font-size: 12px;
}
.section .right .pic .pic_a li {
  width: 287px;
  float: left;
  margin-left: 29.5px;
  margin-top: 10px;
}
.section .right .pic .pic_a li a {
  display: block;
  border: 1px solid #e4e4e4;
  color: #414141;
  text-align: center;
}
.section .right .pic .pic_a li a div {
  padding: 10px;
}
.section .right .pic .pic_a li a div img {
  display: block;
  width: 100%;
  height: 223.5px;
}
.section .right .pic .pic_a li a p {
  height: 39px;
  line-height: 38px;
  border-top: 1px solid #e4e4e4;
  font-size: 16px;
  padding: 0 15px;
}
.section .right .pic .pic_a li a:hover {
  background: #1570ec;
  color: white;
  border: 1px solid #1570ec;
}
/*底部*/
.bot {
  background: #0d6ad8;
}
.bot ._bot {
  width: 1100px;
  margin: auto;
}
.bot ._bot table {
  width: 100%;
}
.bot ._bot table td {
  padding: 10px;
  text-align: center;
}
.bot ._bot table td p {
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
}
.bot ._bot table td a {
  display: inline-block;
  padding: 10px 30px;
  background: #348cfe;
  border-radius: 10px;
  font-size: 16px;
  color: white;
  margin-left: 15px;
}
.bot ._bot table td a img {
  width: 20px;
}
.bot ._bot table td .ewm {
  width: 90px;
  margin-left: 25px;
}
.bot ._bot table td span {
  display: inline-block;
  color: white;
  font-size: 16px;
  font-weight: bold;
  width: 110px;
  vertical-align: middle;
}
/*底部导航*/
.d_nav {
  background: url(../images/d_nav_bg.png) repeat-x center;
  height: 53px;
  text-align: center;
}
.d_nav .nav {
  display: inline-block;
}
.d_nav .nav > li {
  float: left;
  position: relative;
}
.d_nav .nav > li > a {
  padding: 0 43px;
  line-height: 53px;
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  background: url(../images/dxx.png) no-repeat left;
}
.footer {
  width: 1200px;
  text-align: center;
  margin: auto;
  padding: 12px 0;
  line-height: 1.5;
}
.footer .d_logo {
  width: 118px;
  vertical-align: middle;
  display: inline-block;
}
.footer .footer_a {
  vertical-align: middle;
  display: inline-block;
  width: 350px;
  font-size: 18px;
  color: #363636;
  margin: 0 30px;
  text-align: left;
}
.footer .footer_a font {
  color: #0d6ad8;
}
.footer .footer_a b {
  font-weight: bold;
}
.footer .footer_b {
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  width: 230px;
  font-size: 18px;
  color: #363636;
}
/*内页右侧*/
.n_right {
  min-height: 1490px;
  border: 1px solid #dbebfd;
  /*.产品交流*/
  /*.产品交流详情*/
  /*产品展示*/
  /*.产品展示详情*/
  /*公司简介*/
  /*.联系我们*/
  /*.资质证书*/
}
.n_right .n_tit {
  padding: 0 25px;
  background: #1472db;
  color: white;
  height: 55px;
  line-height: 55px;
  font-size: 15px;
}
.n_right .n_tit a {
  color: white;
}
.n_right .communication {
  padding: 3px 27px;
}
.n_right .communication li {
  height: 46px;
  line-height: 45px;
  border-bottom: 1px dashed #9fa7ae;
  padding-left: 15px ;
  background: url(../images/lyd.png) no-repeat left;
}
.n_right .communication li p {
  float: left;
  font-size: 15px;
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #6a6868;
}
.n_right .communication li span {
  float: right;
  font-size: 13px;
  color: #929292;
}
.n_right .communication li:hover p {
  color: #1472db;
}
.n_right .communication_info {
  padding: 3px 20px;
}
.n_right .communication_info .communication_tit {
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #e1e2e3;
  margin-bottom: 18px;
}
.n_right .communication_info .communication_tit h6 {
  font-size: 20px;
  color: #4a4949;
  margin: 0 auto 10px;
}
.n_right .communication_info .communication_tit p {
  color: #a3a3a3;
  font-size: 13px;
}
.n_right .communication_info .comm_info {
  font-size: 15px;
  color: #6f6c6c;
  line-height: 2;
}
.n_right .communication_info .comm_info p {
  margin-bottom: 15px;
}
.n_right .communication_info .comm_info img {
  display: inline-block;
  margin: 20px;
}
.n_right .product {
  padding: 0 17px;
}
.n_right .product li {
  padding: 20px 0;
  border-bottom: 1px dashed #a6aeb4;
}
.n_right .product li img {
  float: left;
  width: 269px;
  height: 233px;
}
.n_right .product li .pro_d {
  width: 593px;
  float: right;
}
.n_right .product li .pro_d h6 {
  font-size: 20px;
  color: #e60504;
  padding-bottom: 15px;
  border-bottom: 2px solid #bdbdbd;
}
.n_right .product li .pro_d p {
  margin: 20px auto;
  color: #767676;
  line-height: 1.8;
  height: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.n_right .product li .pro_d span {
  color: #e70a07;
  font-size: 12px;
}
.n_right .pic_info {
  padding: 20px 30px;
  font-size: 20px;
  color: #646464;
  line-height: 2;
}
.n_right .pic_info img {
  display: inline-block;
  margin: 10px 25px 10px 0;
}
.n_right .about_info {
  padding: 20px;
  font-size: 20px;
  color: #646464;
  line-height: 2;
}
.n_right .about_info img {
  display: inline-block;
  margin: 20px;
}
.n_right .contact {
  padding: 25px;
}
.n_right .contact .contact_a {
  font-size: 20px;
  line-height: 1.8;
  color: #616161;
}
.n_right .contact .contact_a p {
  display: inline-block;
  min-width: 300px;
  margin-right: 20px;
}
.n_right .contact .contact_a p span {
  color: #e60000;
}
.n_right .contact .contact_b {
  margin-top: 30px;
}
.n_right .contact .contact_b img {
  width: 100%;
}
.n_right .qualifications {
  padding: 25px;
  font-size: 18px;
  color: #646464;
  line-height: 2;
}
.n_right .qualifications img {
  display: inline-block;
  margin: 10px;
}
/*分页*/
.pages {
  text-align: right;
  margin: 15px 30px 15px 20px;
  font-size: 12px;
}
.pages a {
  text-align: center;
  height: 32px;
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
  margin-left: 8px;
  color: #989494;
  border: 1px solid #dedcdc;
}
.pages a:hover {
  background: #4372c7;
  border: 1px solid #4372c7;
  color: white;
}
.pages span {
  display: inline-block;
  text-align: center;
  height: 32px;
  line-height: 30px;
  padding: 0 10px;
  margin-left: 8px;
  background: #4372c7;
  border: 1px solid #4372c7;
  color: white;
}
.pages b {
  display: inline-block;
  text-align: center;
  height: 32px;
  line-height: 30px;
  color: #666666;
  padding: 0 10px;
  border: 1px solid #dedede;
}
